3681dc
@@ -72,8 +72,8 @@
public class CSIv2IORInterceptor extends LocalObject implements IORInterceptor {
         String sslPortString = CorbaORBService.getORBProperty(Constants.ORB_SSL_PORT);
         int sslPort = sslPortString == null ? 0 : Integer.parseInt(sslPortString);
         try {
-            SSL ssl = new SSL((short) 0,
-                    (short) MIN_SSL_OPTIONS, /* required options  */
+            SSL ssl = new SSL((short) MIN_SSL_OPTIONS,
+                    (short) 0, /* required options  */
                     (short) sslPort);
             ORB orb = ORB.init();
             Any any = orb.create_any();
